Intersoft ClientUI Documentation
GetDynamicValue Method



The object used as a source for the evaluation.
Evaluates the specified source.
Syntax
Public Function GetDynamicValue( _
   ByVal source As Object _
) As T
Dim instance As BindingSourceEvaluator(Of T)
Dim source As Object
Dim value As T
 
value = instance.GetDynamicValue(source)
public T GetDynamicValue( 
   object source
)
public:
T^ GetDynamicValue( 
   Object^ source
) 

Parameters

source
The object used as a source for the evaluation.

Return Value

The evaluated binding.
Remarks
Only uses Path, Converter, ConverterCulture and ConverterParameter.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BindingSourceEvaluator<T> Class
BindingSourceEvaluator<T> Members

Send Feedback